home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishcontents / 101-125 / contents_101 next >
Text File  |  1992-05-06  |  2KB  |  52 lines

  1. This is disk 101 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4. CirPlane    A circular plane generator for VideoScape 3D.  Generates
  5.         a clockwise circular polygon with the specified number
  6.         of vertices.  Used, for example, to cap a cylinder or to
  7.         generate surface detail.  Version 1.0, includes source.
  8.         Author:  Thad Floryan
  9.  
  10. IconAssembler    This program loads existing WorkBench icon files and
  11.         allows you to change either the primary or alternate
  12.         images to another image loaded from an IFF-brush file.
  13.         Binary only.
  14.         Author:  Stefan Lindahl
  15.  
  16. MicroSPELL    MicroSPELL is a standalone spelling checker which scans
  17.         text files and reports on misspelled words.  It has a 1000
  18.         word "common word" list, a 43,000 word main dictionary, and
  19.         supports multiple user dictionaries.  Also interfaces quite
  20.         nicely with MicroEMACS 3.9, with an emacs macro to step
  21.         through the source file, stopping at each suspect word and
  22.         allowing the user to dispose of it in different ways.
  23.         Version 1.0, includes source.
  24.         Author: Daniel Lawrence
  25.  
  26. Midi        A midi library and utilities set.  This looks like a
  27.         very complete package, though I have no way of testing
  28.         anything since I have no midi hardware.  The midi utilities
  29.         include a midi monitor to display incoming midi messages
  30.         to the console, a routing utility, a midi library status
  31.         utility, and more.  Also includes source.
  32.         Author:  Bill Barton
  33.  
  34. PsIntrp        A postscript interpreter that reads postscript files and
  35.         previews them on an Amiga screen.  Interactive input and 
  36.         output takes place in a small window.  The page to be
  37.         show is composed behind the window in an interlaced screen
  38.         with 16 colors.  Can also take input from a file.  Includes
  39.         source in assembler.
  40.         Author:  Greg Lee
  41.  
  42. StartUps    Three replacements for the standard C startup files,
  43.         Astartup.obj and LStartup.obj.  The options include
  44.         (1) BothStartup.obj, for WorkBench programs or CLI
  45.         programs with or without command line parameters,
  46.         (2) WBStartup.obj, for WorkBench programs or CLI
  47.         programs that require no command line parameters, and
  48.         (3) CLIStartup.obj, for CLI programs that require command
  49.         line parameters but do not need to be able to be runnable
  50.         from WorkBench.  Includes source.
  51.         Author:  Bryce Nesbitt
  52.